Skip to main content

What’s New

Qrvey 8.7
Version 8.7 of the Qrvey platform is now available to customers! This version includes new features including area charts, the ability to pivot and export data, as well as numerous bug fixes and performance improvements.
Learn More
Qrvey 8.6
Version 8.6 of the Qrvey platform is now available to customers. This version includes several new feature enhancements and performance improvements.
Learn More
Required Update for 8.5.1
Attention 8.5.1 customers: for any 8.5.1 instance deployed prior to 08/05/2024, an update is required to ensure you are running the latest images.
Learn More
Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
Version: 8.7

Analytic Suite

The Analytic Suite widget enables users to display the distinct data analysis views available within the Analyze functionality of Qrvey Composer. This includes Summaries, Tables, Metric Views, etc.

Embeddable Script

<!-- Tag -->
<an-dashboard config="anSuiteConfig"></an-dashboard>

<!-- Config -->
<script>
var config = {
apiKey: "<YOUR_PRIVATE_API_KEY>",
domain: "<DOMAIN>",
appId: "<APP_ID>",
userId: "<USER_ID>",
qrveyId: "<APP_ID>"
};
</script>

<!-- Launcher -->
<script type="module" src="https://<WIDGETS_URL>/qrvey-an-widgets/an-dashboard/andashboard/andashboard.esm.js"></script>
<script nomodule src="https://<WIDGETS_URL>/qrvey-an-widgets/an-dashboard/andashboard/andashboard.js"></script>

Configuration Object

PropertyValueRequired
apiKeyString, Your organization’s unique API key required to access the Qrvey platform.Required, if qvToken is not provided.
qvTokenString, Encrypted token used for secure authentication.Required, if apiKey is not provided.
appIdString, ID of the Qrvey application that contains the asset you want to embed.Required
domainString, The base URL of your instance of the Qrvey platform.Required
userIdString, ID of the Qrvey User that owns the application being embedded.Required
qrveyIdString, ID of the dataset being used.Required
clientidString, A unique identifier of the tenant end user working with the Analytic Suite. Enables use of the End User Personalization and Download Manager features.Optional
timezoneObject, Overrides the time zone setting in Qrvey Admin Center. For more information, see Configuring Time Zone Settings.Optional
customTokensObject, Enables you to add custom tooltips onto metric panels. For details, please see Custom Tokens.
Example { "my_header": "A Cool Tooltip Header!"}
Optional
authenticatedSession.emailString, Specifies the email address to send scheduled exports. If an address is not specified, exports are sent to the email address associated with the user ID.Optional
settingsObject, General configuration in order to set certain behaviors. For details, please see The Settings Object below.Optional
userFiltersObject, A filters object generated by the user. For more details, please see User Filters.Optional
themeIdString, Theme ID to use in the component. For more details, please see Accessing a Theme Programmatically.Optional

Settings

PropertyValueRequired
viewString, Determines the initial view to display. Accepts:
SUMMARY_VIEW/MULTI_PANEL
TABULAR_VIEW
CUSTOM_VIEW
METRIC_VIEW
Default: MULTI_PANEL (which is an alias for SUMMARY_VIEW)
Optional
modeString, Determines displaying the complete layout or the views only. It depends on set view. Accepts:
COMPLETE
SIMPLE
Default: COMPLETE
Optional
displayModeString, Changes the style and extends the layout onto the entire container.
FULL
NORMAL
Default: NORMAL
Optional
stylesObject, Styles options object. These properties will extend from the current theme.Optional
styles.chartsTitleString, Sets the charts' title.Optional
styles.chartsFontFamilyString, Sets the chart's font family.Optional
styles.axisDataLabelsString, Sets axis labels color in charts.Optional
styles.dataLabelsString, Sets a hex color for data labels in charts.Optional
styles.valuesMainString, Sets a hex color for axis ticks values in charts.Optional
styles.chartsLegendsString, Sets a hex color for charts legends labels.Optional
styles.chartsTooltipsString, Sets a hex color for charts tooltips.Optional
styles.tableHeaderFontString, Sets a hex color for table header texts.Optional
styles.chartsMainString, Sets a hex color for chart data points like bars, symbols and lines.Optional
styles.themePaletteArray, Sets up to 20 hex colors that will be used for chart data points.Optional